GET api/statusreports/my?States[0]={States[0]}&States[1]={States[1]}
Get a list of my status reports
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| States | Collection of StatusReportState |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of StatusReport| Name | Description | Type | Additional information |
|---|---|---|---|
| GenerationDate | date |
None. |
|
| SubmitDate | date |
None. |
|
| ReportPeriodStart | date |
None. |
|
| ReportPeriodEnd | date |
None. |
|
| State | StatusReportState |
None. |
|
| Fields | Dictionary of string [key] and Object [value] |
None. |
|
| Tables | Collection of StatusReportTable |
None. |
|
| Owners | Collection of globally unique identifier |
None. |
|
| Approvers | Collection of globally unique identifier |
None. |
|
| ApprovedBy | globally unique identifier |
None. |
|
| ApprovalDate | date |
None. |
|
| ApprovalComments | string |
None. |
|
| WorkPlanId | globally unique identifier |
None. |
|
| id | globally unique identifier |
None. |
|
| ConfigId | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"GenerationDate": "2026-03-20T12:28:22.5988692+00:00",
"SubmitDate": "2026-03-20T12:28:22.5988692+00:00",
"ReportPeriodStart": "2026-03-20T12:28:22.5988692+00:00",
"ReportPeriodEnd": "2026-03-20T12:28:22.5988692+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "fb901578-6b69-4868-88ac-cd2982b32158",
"Rows": [
{
"ItemId": "d859b8b6-a368-4954-8781-fd6b9d7c6208",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "d859b8b6-a368-4954-8781-fd6b9d7c6208",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "fb901578-6b69-4868-88ac-cd2982b32158",
"Rows": [
{
"ItemId": "d859b8b6-a368-4954-8781-fd6b9d7c6208",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "d859b8b6-a368-4954-8781-fd6b9d7c6208",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"48d8d8e1-43c8-4a02-8375-276965b1b0c9",
"280dcd5b-57eb-428a-94e6-ad4960b32473"
],
"Approvers": [
"121cbf97-b8e0-46fe-89c7-8d5e9e215a50",
"6de42904-e897-4e56-9433-a14fbfa8d336"
],
"ApprovedBy": "fc9d074d-09ec-46cc-b26e-f2bdf2f9ced4",
"ApprovalDate": "2026-03-20T12:28:22.5988692+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "5c5037a2-91bb-4555-82f0-34f5ecbe0b45",
"id": "52142c20-28fd-44c3-81e6-3948592ee666",
"ConfigId": "8382f343-e0a0-4aa0-8c17-2720531bbfd6"
},
{
"GenerationDate": "2026-03-20T12:28:22.5988692+00:00",
"SubmitDate": "2026-03-20T12:28:22.5988692+00:00",
"ReportPeriodStart": "2026-03-20T12:28:22.5988692+00:00",
"ReportPeriodEnd": "2026-03-20T12:28:22.5988692+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "fb901578-6b69-4868-88ac-cd2982b32158",
"Rows": [
{
"ItemId": "d859b8b6-a368-4954-8781-fd6b9d7c6208",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "d859b8b6-a368-4954-8781-fd6b9d7c6208",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "fb901578-6b69-4868-88ac-cd2982b32158",
"Rows": [
{
"ItemId": "d859b8b6-a368-4954-8781-fd6b9d7c6208",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "d859b8b6-a368-4954-8781-fd6b9d7c6208",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"48d8d8e1-43c8-4a02-8375-276965b1b0c9",
"280dcd5b-57eb-428a-94e6-ad4960b32473"
],
"Approvers": [
"121cbf97-b8e0-46fe-89c7-8d5e9e215a50",
"6de42904-e897-4e56-9433-a14fbfa8d336"
],
"ApprovedBy": "fc9d074d-09ec-46cc-b26e-f2bdf2f9ced4",
"ApprovalDate": "2026-03-20T12:28:22.5988692+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "5c5037a2-91bb-4555-82f0-34f5ecbe0b45",
"id": "52142c20-28fd-44c3-81e6-3948592ee666",
"ConfigId": "8382f343-e0a0-4aa0-8c17-2720531bbfd6"
}
]